home *** CD-ROM | disk | FTP | other *** search
/ Plug Into a Brand New World / Plug Into a Brand New World Version 1.3.BIN / IOFLEX-1CP / WinNT / SNPCICTL.cpl / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2001-03-19  |  6KB  |  252 lines

  1. object Form1: TForm1
  2.   Left = 318
  3.   Top = 208
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Multi-I/O Configuration Utility '
  7.   ClientHeight = 145
  8.   ClientWidth = 373
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SunixPageControl: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 373
  25.     Height = 145
  26.     ActivePage = About
  27.     Align = alClient
  28.     TabOrder = 0
  29.     object PCISerial: TTabSheet
  30.       Caption = 'PCI/ISA Serial Ports'
  31.       object Bevel1: TBevel
  32.         Left = 0
  33.         Top = 0
  34.         Width = 365
  35.         Height = 117
  36.         Align = alClient
  37.       end
  38.       object Label1: TLabel
  39.         Left = 100
  40.         Top = 12
  41.         Width = 81
  42.         Height = 13
  43.         Caption = 'Select serial port '
  44.       end
  45.       object ComboBox1: TComboBox
  46.         Left = 100
  47.         Top = 36
  48.         Width = 165
  49.         Height = 21
  50.         Style = csDropDownList
  51.         ImeName = '∩┐╜s∩┐╜`∩┐╜∩┐╜'
  52.         ItemHeight = 0
  53.         TabOrder = 0
  54.       end
  55.       object Button2: TButton
  56.         Left = 192
  57.         Top = 70
  58.         Width = 75
  59.         Height = 25
  60.         Caption = 'Close'
  61.         TabOrder = 1
  62.         OnClick = Button2Click
  63.       end
  64.       object Button1: TButton
  65.         Left = 100
  66.         Top = 70
  67.         Width = 75
  68.         Height = 25
  69.         Caption = 'Setup'
  70.         TabOrder = 2
  71.         OnClick = Button1Click
  72.       end
  73.     end
  74.     object PCIParallel: TTabSheet
  75.       Caption = 'PCI Parallel Ports'
  76.       OnShow = PCIParallelShow
  77.       object Bevel2: TBevel
  78.         Left = 0
  79.         Top = 0
  80.         Width = 365
  81.         Height = 117
  82.         Align = alClient
  83.       end
  84.       object CB_ONBOARD_LIST: TLabel
  85.         Left = 80
  86.         Top = 56
  87.         Width = 204
  88.         Height = 13
  89.         Caption = '(When remap, the M/B LPT will be the last)'
  90.       end
  91.       object CB_ReMap278: TCheckBox
  92.         Left = 84
  93.         Top = 16
  94.         Width = 189
  95.         Height = 17
  96.         Caption = 'Remap to legacy 0x278  I/O ports'
  97.         TabOrder = 0
  98.       end
  99.       object Ok: TButton
  100.         Left = 84
  101.         Top = 80
  102.         Width = 75
  103.         Height = 25
  104.         Caption = 'Ok'
  105.         TabOrder = 1
  106.         OnClick = OkClick
  107.       end
  108.       object Cancel: TButton
  109.         Left = 192
  110.         Top = 80
  111.         Width = 75
  112.         Height = 25
  113.         Caption = 'Cancel'
  114.         TabOrder = 2
  115.         OnClick = CancelClick
  116.       end
  117.       object CB_ReMap378: TCheckBox
  118.         Left = 84
  119.         Top = 32
  120.         Width = 189
  121.         Height = 17
  122.         Caption = 'Remap to legacy 0x378  I/O ports'
  123.         TabOrder = 3
  124.       end
  125.     end
  126.     object ISASetup: TTabSheet
  127.       Caption = 'ISA Multi-I/O Setup'
  128.       object Bevel3: TBevel
  129.         Left = 0
  130.         Top = 0
  131.         Width = 365
  132.         Height = 117
  133.         Align = alClient
  134.       end
  135.       object SelectRow: TLabel
  136.         Left = 92
  137.         Top = 128
  138.         Width = 52
  139.         Height = 13
  140.         Caption = 'SelectRow'
  141.       end
  142.       object Label7: TLabel
  143.         Left = 60
  144.         Top = 128
  145.         Width = 22
  146.         Height = 13
  147.         Caption = 'Row'
  148.       end
  149.       object SG_ISAProducts: TStringGrid
  150.         Left = 5
  151.         Top = 9
  152.         Width = 290
  153.         Height = 100
  154.         ColCount = 2
  155.         DefaultColWidth = 150
  156.         DefaultRowHeight = 18
  157.         FixedCols = 0
  158.         RowCount = 33
  159.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect]
  160.         ScrollBars = ssVertical
  161.         TabOrder = 0
  162.         OnSelectCell = SG_ISAProductsSelectCell
  163.       end
  164.       object B_ISAAdd: TButton
  165.         Left = 300
  166.         Top = 4
  167.         Width = 60
  168.         Height = 25
  169.         Caption = 'Add'
  170.         TabOrder = 1
  171.         OnClick = B_ISAAddClick
  172.       end
  173.       object B_ISASetup: TButton
  174.         Left = 300
  175.         Top = 60
  176.         Width = 60
  177.         Height = 25
  178.         Caption = 'Setup'
  179.         TabOrder = 2
  180.         OnClick = B_ISASetupClick
  181.       end
  182.       object B_ISADelete: TButton
  183.         Left = 300
  184.         Top = 32
  185.         Width = 60
  186.         Height = 25
  187.         Caption = 'Delete'
  188.         TabOrder = 3
  189.         OnClick = B_ISADeleteClick
  190.       end
  191.       object B_ISAOk: TButton
  192.         Left = 300
  193.         Top = 88
  194.         Width = 60
  195.         Height = 25
  196.         Caption = 'Ok'
  197.         TabOrder = 4
  198.         OnClick = B_ISAOkClick
  199.       end
  200.     end
  201.     object About: TTabSheet
  202.       Caption = 'About'
  203.       object Bevel4: TBevel
  204.         Left = 0
  205.         Top = 0
  206.         Width = 365
  207.         Height = 117
  208.         Align = alClient
  209.       end
  210.       object Label2: TLabel
  211.         Left = 112
  212.         Top = 20
  213.         Width = 131
  214.         Height = 13
  215.         Caption = 'Multi-I/O Card Configuration'
  216.       end
  217.       object Label3: TLabel
  218.         Left = 144
  219.         Top = 36
  220.         Width = 62
  221.         Height = 13
  222.         Caption = 'Version: 5.50'
  223.       end
  224.       object Label4: TLabel
  225.         Left = 100
  226.         Top = 68
  227.         Width = 164
  228.         Height = 13
  229.         Caption = '(c) Copyright 2001. Sunix Co., Ltd. '
  230.       end
  231.       object Label5: TLabel
  232.         Left = 100
  233.         Top = 88
  234.         Width = 70
  235.         Height = 13
  236.         Caption = 'Last Revision: '
  237.       end
  238.       object FinalDate: TLabel
  239.         Left = 176
  240.         Top = 88
  241.         Width = 45
  242.         Height = 13
  243.         Caption = 'FinalDate'
  244.       end
  245.     end
  246.   end
  247.   object ClickTimer: TTimer
  248.     OnTimer = ClickTimerTimer
  249.     Top = 112
  250.   end
  251. end
  252.